[Global Namespace]
Namespaces
Functions
                                                                                                mixed
                    
                    
                        app(string $abstract = null, array $parameters = [])
                                                                                                                            
                    
                Resolve the given type from the container.
                                                                                                string
                    
                    
                        camelcase(string $string, bool $leaveSlashes = false)
                                                                                                                            
                    
                Returns $string in CamelCase.
                                                                                                string
                    
                    
                        core_class(string $class, bool $prefix = false)
                                                                                                                            
                    
                Returns a concrete5 namespaced class. $prefix is either true (for application), or a package handle or null.
                        core_log($message, mixed $level = \Monolog\Logger::DEBUG, mixed $channel = \Concrete\Core\Logging\Channels::CHANNEL_APPLICATION)
                                                                                                                            
                    
                Easily logs something.
                        output_vars(array $get_defined_vars, object|null $valueOfThis = null, bool $return = false)
                                                                                                                            
                    
                Generate the PHPDoc for a set of defined variables.
                                                                                                string
                    
                    
                        t2(string $singular, string $plural, int $number, mixed ...$args)
                                                                                                                            
                    
                Translate text (plural form).
                                                                                                string
                    
                    
                        tc(string $context, string $text, mixed ...$args)
                                                                                                                            
                    
                Translate text (simple form) with a context.
                        var_dump_safe($o, mixed $echo = true, bool $maxDepth = true)
                                                                                                                            
                    
                Dumps information about a variable in a way that can be used with Doctrine recursive objects.).